home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
graphics
/
a-g
/
fu
/
formulas
/
leemandel3.form
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-21
|
226 b
|
29 lines
LeeMandel3
{
{
mirrorx
x1=-2.0
x2= 2.0
y1=-2.0
y2= 2.0
bailout=2.0 ; Bailoutvalue
}
{
z=pixel
c=pixel*pixel
c=pixel-c
}
{
c=c/z
c=c+pixel
z=z*pixel
z=c-z
w=abs(z)
}
{
w>bailout
}
{
}
}